SingleNINumericSingleNAdd Method
Computes the sum of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.Add(
SingleN value
)
Private Function Add (
value As SingleN
) As SingleN Implements INumeric(Of SingleN).Add
private:
virtual SingleN Add(
SingleN value
) sealed = INumeric<SingleN>::Add
private abstract Add :
value : SingleN -> SingleN
private override Add :
value : SingleN -> SingleN
- value SingleN
- The value to add to the current value.
SingleNThe sum of the current value and
value.
INumericTSelfAdd(TSelf)